 |
API Documentation
|
|
|
float getDistanceVec3(const IntVector &other) const
int _w
W component of the vector.
Definition: IntVector.h:18
A 4-component vector class, with integers.
Definition: IntVector.h:12
float getLengthVec2() const
float getDistanceVec4(const IntVector &other) const
IntVector(int x, int y, int z, int w)
IntVector operator+(const IntVector &other) const
Encompasses all API of component NilkinsMaths.
Definition: IntVector.h:7
void operator*=(const IntVector &other)
bool operator<=(const IntVector &other) const
void fromString(const char *str)
float getLengthVec4() const
float getDistanceVec2(const IntVector &other) const
void operator-=(const IntVector &other)
float getDistanceSquaredVec4(const IntVector &other) const
void operator/=(const IntVector &other)
float getLengthSquaredVec4() const
IntVector(const Vector &other)
IntVector(int x, int y, int z)
float getDistanceSquaredVec2(const IntVector &other) const
void operator+=(const IntVector &other)
float getLengthSquaredVec3() const
int _x
X component of the vector.
Definition: IntVector.h:15
int _z
Z component of the vector.
Definition: IntVector.h:17
bool operator==(const IntVector &other) const
float getLengthSquaredVec2() const
int _y
Y component of the vector.
Definition: IntVector.h:16
IntVector operator-(const IntVector &other) const
IntVector & operator=(const IntVector &other)
bool operator>=(const IntVector &other) const
bool operator>(const IntVector &other) const
IntVector operator*(const IntVector &other) const
float getDistanceSquaredVec3(const IntVector &other) const
IntVector operator/(const IntVector &other) const
bool operator<(const IntVector &other) const
float getLengthVec3() const
IntVector(const IntVector &other)
A 4-component vector class, with floats.
Definition: Vector.h:12